home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Quarterly
/
The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso
/
pc
/
demos
/
a6
/
a6.dir
/
00043.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-08-19
|
351 b
|
17 lines
on mouseDown
puppetSprite(3, 1)
set the memberNum of sprite 3 to the number of member "YES DOWN.PICT"
updateStage()
end
on mouseUp
global rootpath
set the memberNum of sprite 3 to the number of member "YES UP.PICT"
updateStage()
puppetSprite(3, 0)
if the machineType = 256 then
puppetPalette("System - Win")
end if
quit()
end